CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket server

搜索资源列表

  1. socket

    0下载:
  2. TCP/IP网络通讯,包括客户端和服务端-TCP/IP network communications, including client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:57478
    • 提供者:xgc
  1. Socket

    0下载:
  2. 实现服务器端与客户端的相互通信,开发环境是Visual C-The realization of server-side and client to communicate with each other, development environment is Visual C
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:21233
    • 提供者:19860704
  1. UDP

    0下载:
  2. windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:19934
    • 提供者:猪猪
  1. Socket

    0下载:
  2. C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:41667
    • 提供者:庞妍
  1. socket-windows-linux

    0下载:
  2. windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:33791
    • 提供者:spring
  1. FTPServer

    0下载:
  2. 用socket写的FTP的服务器端。是学习window网络基本编程的实现的一个小的考试小下载程序。-Written using socket server-side FTP. Window to learn basic programming networks to achieve a small test small download.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:73664
    • 提供者:luoxin
  1. Socket

    0下载:
  2. socket的服务器和客户端,实现点对点聊天功能-socket server and client, to achieve point-to-point chat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:15302
    • 提供者:spiderpoison
  1. SocketTcp

    0下载:
  2. socket编程TCP server端与client端连通程序-socket programming with TCP server-side client-side connectivity procedure
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:8433
    • 提供者:xg
  1. Socket-chat

    0下载:
  2. 用VC++实现的聊天小程序,包括客户端和服务器端的代码两部分.适合初学网络编程者学习和使用!-With VC++ Achieved chat small procedures, including client and server-side code in two parts. Suited to network programming from beginner to learn and use!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:216714
    • 提供者:陈小荣
  1. socket

    0下载:
  2. 运用socket的客户端与服务端通信,通过抓包工具可以分析Tcp服务。-The use of socket client and server communications, through the capture tool Tcp services can be analyzed.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:1437
    • 提供者:雁子
  1. MTK_SOCKET

    0下载:
  2. mtk 平台的 socket 文档,希望对有需要的朋友有用-MTK socket platform document, in the hope that there is a need friends useful
  3. 所属分类:MTK

    • 发布日期:2017-03-30
    • 文件大小:376903
    • 提供者:45646546
  1. socket

    0下载:
  2. 基于VC6.0的socket方面的编程,服务器端和客户端通讯-VC6.0 side of the socket-based programming, server-side and client communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:237185
    • 提供者:zeng
  1. transferfiles

    0下载:
  2. socket编程文件传输实例,分为服务端和客户端两块-socket file transfer programming examples, divided into server and client 2
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:69899
    • 提供者:owen
  1. socket

    0下载:
  2. windows socket 编程 这是一个客户端和服务器的源代码-windows socket programming This is a client and server source code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3058
    • 提供者:tacho
  1. socket

    0下载:
  2. socket编程 客户端和服务器充分理解cs结构,让你的神功倍增-server.c-- a stream socket server demo
  3. 所属分类:Linux Network

    • 发布日期:2017-04-27
    • 文件大小:50692
    • 提供者:leohello
  1. ServerSocket_demo

    0下载:
  2. Multi-threaded Client/Server Socket Cla-Multi-threaded Client/Server Socket Class
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-24
    • 文件大小:247400
    • 提供者:周雄军
  1. Implementation-using-VC-Client-Services-machine-mo

    0下载:
  2. 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4211497
    • 提供者:廖国锐
  1. socket

    0下载:
  2. 运行Client和Server两个cpp文件,运行时在设置->link->添加wsock32.lib ,在debug文件中得到两个对应的.exe,然后在dos下运行,在debug文件下输入 Server 2000 ,会显示主机名,再打开一个dos,还是在debug目录下输 Client 主机名 2000 ,就可以客户服务器对话了,输入exit可以退出。-Client and Server both run cpp file, at run-time settings-> lin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2393613
    • 提供者:zachary
  1. socket

    0下载:
  2. TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理-TCP client and server-side, very easy for beginners to figure out the principles of TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:13313
    • 提供者:lala
  1. socket

    0下载:
  2. c++ socket 基本编程方式 简单的客户端,服务器端通信-basic c++ socket programming simple client, server-side communications
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5641962
    • 提供者:suchao
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com